Platform Explorer / Nuxeo Platform LTS 2017 9.10

Contribution org.nuxeo.ecm.collections.listing--widgets

This contribution is part of XML component org.nuxeo.ecm.collections.listing inside nuxeo-platform-collections-jsf-9.10.jar /OSGI-INF/collection-layout-listing-contrib.xml

Extension Point

Extension point widgets of component WebLayoutManager.

Contributed Items

  • <widget name="listing_manage_collection" type="listing_manage_document">
          <labels>
            <label mode="any">action.view.manage</label>
          </labels>
          <translated>true</translated>
          <fields>
            <field>data</field>
          </fields>
        </widget>

XML Source

<extension point="widgets" target="org.nuxeo.ecm.platform.forms.layout.WebLayoutManager">

    <widget name="listing_manage_collection" type="listing_manage_document">
      <labels>
        <label mode="any">action.view.manage</label>
      </labels>
      <translated>true</translated>
      <fields>
        <field>data</field>
      </fields>
    </widget>
  </extension>